home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / cnet / cn3demo1.lha / xscripts / xzoo2lha < prev   
AmigaDOS Script File  |  1994-01-04  |  241b  |  14 lines

  1. .KEY NEWN,PATHF,FN
  2. .BRA {
  3. .KET }
  4.  
  5. cd ram:
  6. makedir {FN}
  7. cd ram:{FN}
  8. changetaskpri -1
  9. zoo xSO// "{PATHF}"
  10. lha -m -x -a -r -X -2 a "{NEWN}" #? s:MyBBS.Displayme
  11. ;         Edit the above path filename   ^^^^^Edit this^^
  12. cd ram:
  13. delete ram:{FN} ALL
  14.